home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global act
- if act = 0 then
- if rollOver(15) or rollOver(16) or rollOver(20) then
- cursor([901, 902])
- else
- hotBlinks(2, 11)
- end if
- end if
- if act = 1 then
- if rollOver(18) or rollOver(19) then
- cursor([901, 902])
- else
- cursor(-1)
- end if
- end if
- Loopframe()
- end
-